Skip to content

Bump fastapi-pagination from 0.13.3 to 0.14.0#102

Merged
jacob-a-brown merged 1 commit into
pre-productionfrom
dependabot/uv/pre-production/fastapi-pagination-0.14.0
Aug 25, 2025
Merged

Bump fastapi-pagination from 0.13.3 to 0.14.0#102
jacob-a-brown merged 1 commit into
pre-productionfrom
dependabot/uv/pre-production/fastapi-pagination-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2025

Copy link
Copy Markdown
Contributor

Bumps fastapi-pagination from 0.13.3 to 0.14.0.

Release notes

Sourced from fastapi-pagination's releases.

0.14.0

Breaking Changes in v0.14.0

1. total becomes required by default

total field now becomes required in Page and LimitOffsetPage classes. It was previously optional, but now it is required for non-optional pages.

2. UseIncludeTotal updates total field type.

UseIncludeTotal customization now updates total field to required or optional based on its value.

3. CursorPage now includes total field by default

CursorPage class now includes total field by default. Now all pages have same default behavior regarding total field.

You can still use UseIncludeTotal to disable total field in CursorPage.

from typing import TypeVar
from fastapi_pagination.cursor import CursorPage
from fastapi_pagination.customization import UseIncludeTotal, CustomizedPage
T = TypeVar("T")
CursorPageNoTotal = CustomizedPage[
CursorPage[T],
UseIncludeTotal(False),
]

4. beanie min version update

beanie package now requires version 2.0.0 or higher.

0.14.0b1

First beta version of v0.14.0 version.

Breaking Changes in v0.14

1. total becomes required by default

total field now becomes required in Page and LimitOffsetPage classes. It was previously optional, but now it is required for non-optional pages.

2. UseIncludeTotal updates total field type.

... (truncated)

Commits
  • fd1388c Bump to next version [no ci]
  • 642c16b Merge pull request #1577 from uriyyo/dependabot/uv/requests-2.32.5
  • 9f9d29f Bump requests from 2.32.4 to 2.32.5
  • e8e3c71 Merge pull request #1576 from uriyyo/dependabot/uv/mkdocs-material-9.6.17
  • 538fe1b Bump mkdocs-material from 9.6.16 to 9.6.17
  • 688936d Merge pull request #1574 from uriyyo/dependabot/uv/bunnet-1.3.0
  • 9f7e966 Bump bunnet from 1.1.0 to 1.3.0
  • e096b25 Merge pull request #1572 from uriyyo/dependabot/uv/sqlalchemy-2.0.43
  • 077006f Bump sqlalchemy from 2.0.42 to 2.0.43
  • 64492a9 Merge pull request #1571 from uriyyo/dependabot/uv/pre-commit-4.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fastapi-pagination](https://github.com/uriyyo/fastapi-pagination) from 0.13.3 to 0.14.0.
- [Release notes](https://github.com/uriyyo/fastapi-pagination/releases)
- [Commits](uriyyo/fastapi-pagination@0.13.3...0.14.0)

---
updated-dependencies:
- dependency-name: fastapi-pagination
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 25, 2025
@jacob-a-brown jacob-a-brown self-requested a review August 25, 2025 22:19
@jacob-a-brown jacob-a-brown merged commit b67f78e into pre-production Aug 25, 2025
4 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/pre-production/fastapi-pagination-0.14.0 branch August 25, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant